home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.tree;
-
- class FixedHeightLayoutCache$SearchInfo {
- // $FF: synthetic field
- private final FixedHeightLayoutCache this$0;
- protected FixedHeightLayoutCache.FHTreeStateNode node;
- protected boolean isNodeParentNode;
- protected int childIndex;
-
- FixedHeightLayoutCache$SearchInfo(FixedHeightLayoutCache var1) {
- this.this$0 = var1;
- }
-
- protected TreePath getPath() {
- if (this.node == null) {
- return null;
- } else {
- return this.isNodeParentNode ? this.node.getTreePath().pathByAddingChild(this.this$0.treeModel.getChild(this.node.getUserObject(), this.childIndex)) : this.node.path;
- }
- }
- }
-